Conversation
Adds a new federation provider that uses AWS IAM outbound identity federation to obtain a standard OIDC JWT from STS, enabling workloads to authenticate to Britive without SigV4 signing complexity.
…prioritization - Resource type scan trigger and scan settings - Scheduled scan CRUD (create, list, enable, disable, delete) - Secret rotation methods (metadata, rotation details, update config, rotate/sync, history, versions) - Profile policy prioritization (enable, disable, reorder)
feat: add AWS STS JWT federation provider via GetWebIdentityToken
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's New:
GetWebIdentityToken.Enhancements:
federation_providers.aws_sts_jwtfor OIDC-based AWS federation using STS web identity tokens.access_broker.resources.types.[scan|get_scan_settings]for on-demand broker scans.access_broker.resources.types.[get_scheduled_scan_service|create_scheduled_scan|list_scheduled_scans|enable_scheduled_scans|disable_scheduled_scans|delete_scheduled_scan]for scheduled scan management.secrets_manager.secrets.[metadata|rotation_details|update_rotation|rotate|rotation_history|versions]for secret rotation and version management.access_broker.profiles.policy_prioritization.[enable|disable|reorder]for profile policy evaluation ordering.Bug Fixes:
Dependencies:
Other: